net/http.http2serverConn.sendServeMsg (method)
8 uses
net/http (current package)
h2_bundle.go#L4853: func (sc *http2serverConn) onSettingsTimer() { sc.sendServeMsg(http2settingsTimerMsg) }
h2_bundle.go#L4855: func (sc *http2serverConn) onIdleTimer() { sc.sendServeMsg(http2idleTimerMsg) }
h2_bundle.go#L4857: func (sc *http2serverConn) onShutdownTimer() { sc.sendServeMsg(http2shutdownTimerMsg) }
h2_bundle.go#L4859: func (sc *http2serverConn) sendServeMsg(msg interface{}) {
h2_bundle.go#L5215: sc.shutdownOnce.Do(func() { sc.sendServeMsg(http2gracefulShutdownMsg) })
h2_bundle.go#L6169: defer sc.sendServeMsg(http2handlerDoneMsg)
h2_bundle.go#L6599: w.rws.conn.sendServeMsg(func(sc *http2serverConn) {
h2_bundle.go#L6625: w.rws.conn.sendServeMsg(func(sc *http2serverConn) {
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |